From c0e1c650c16fb5f12aa3146e97d5a5e74cd9dada Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Tue, 5 Apr 2016 10:20:48 +0200 Subject: [PATCH] asterisk-{11.x,13.x}: add package conflicts Signed-off-by: Jiri Slachta --- net/asterisk-11.x/Makefile | 1 + net/asterisk-13.x/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/net/asterisk-11.x/Makefile b/net/asterisk-11.x/Makefile index eb9c0f6..6dbfe77 100644 --- a/net/asterisk-11.x/Makefile +++ b/net/asterisk-11.x/Makefile @@ -95,6 +95,7 @@ $(call Package/asterisk11/Default) TITLE:=Complete open source PBX, v$(PKG_VERSION) MENU:=1 DEPENDS:=+libopenssl +libncurses +libpopt +libpthread +libsqlite3 +librt +libuuid +zlib @!TARGET_avr32 + CONFLICTS:=asterisk13 endef define Package/asterisk11/description diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile index 3b931cd..0ac479a 100644 --- a/net/asterisk-13.x/Makefile +++ b/net/asterisk-13.x/Makefile @@ -94,6 +94,7 @@ $(call Package/asterisk13/Default) TITLE:=Complete open source PBX, v$(PKG_VERSION) MENU:=1 DEPENDS:=+jansson +libncurses +libopenssl +libpopt +libsqlite3 +libstdcpp +libuuid +libxml2 +libxslt +zlib + CONFLICTS:=asterisk11 endef define Package/asterisk13/description -- 2.30.2